|
DX11 RELEASE CAMERA RENDER TARGET
Releases the render target from the camera, which means that camera will not render to it anymore.
Render targets are automatically released when the camera gets deleted.
Note that calling this function will not delete the render target image! You will have to do that yourself
when you are done with it.
Also note that you can just overwrite a render target slot, so you will usually not need to call this function.
DX11 RELEASE CAMERA RENDER TARGET camera, [id]
camera Dword The camera to release the render target of.
[Optional] id Dword The index of the render target to release. Defaults to 0.
This function does not return a value.
CAMERA Functions Menu
DX11 Function Categories
|